github.com/jackc/pgx/v5.namedStructRowScanner.ptrToStruct (field)
7 uses
github.com/jackc/pgx/v5 (current package)
rows.go#L646: err := (&namedStructRowScanner{ptrToStruct: &value}).ScanRow(row)
rows.go#L656: err := (&namedStructRowScanner{ptrToStruct: &value}).ScanRow(row)
rows.go#L665: err := (&namedStructRowScanner{ptrToStruct: &value, lax: true}).ScanRow(row)
rows.go#L675: err := (&namedStructRowScanner{ptrToStruct: &value, lax: true}).ScanRow(row)
rows.go#L680: ptrToStruct any
rows.go#L685: typ := reflect.TypeOf(rs.ptrToStruct).Elem()
rows.go#L695: scanTargets := setupStructScanTargets(rs.ptrToStruct, fields)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)